projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5db9e62
)
(Fnext_window): Add a QUIT in the loop.
author
Gerd Moellmann
<gerd@gnu.org>
Sat, 23 Oct 1999 22:44:26 +0000
(22:44 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Sat, 23 Oct 1999 22:44:26 +0000
(22:44 +0000)
src/ChangeLog
patch
|
blob
|
history
src/window.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ae314a7209eee41a7e5d03ed0b82a467da1c0587..fbf1f1aeb99104f6facc27eebf55d836d50248f4 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+1999-10-24 Gerd Moellmann <gerd@gnu.org>
+
+ * window.c (Fnext_window): Add a QUIT in the loop.
+
1999-10-23 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (bootstrap, bootstrap-emacs, bootstrap-temacs):
diff --git
a/src/window.c
b/src/window.c
index 683cdc5b363b962a8b0d7255b5193759c7a2471f..493b2cf018dde2d2b311fa1406cbe354ff3bf96e 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-1232,6
+1232,8
@@
DEFUN ("next-window", Fnext_window, Snext_window, 0, 3, 0,
window = XWINDOW (window)->vchild;
else break;
}
+
+ QUIT;
}
/* Which windows are acceptable?
Exit the loop and accept this window if